home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / m68k / 43 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: newsgate.sps.mot.com!korat!mcollins
  2. From: mcollins@korat.uucp (Michael P. Collins)
  3. Newsgroups: comp.sys.m68k
  4. Subject: GNU C on a 68331 BCC
  5. Date: 8 Jan 1996 23:24:08 GMT
  6. Organization: Motorola Western MCU Design Center, Tempe, Arizona
  7. Message-ID: <4cs92o$h6f@newsgate.sps.mot.com>
  8. Reply-To: mcollins@wdc.sps.mot.com
  9. NNTP-Posting-Host: korat.sps.mot.com
  10.  
  11.   A few days ago, I set out to build a GNU C cross compiler for a 68331
  12. BCC development kit.  The build/host machine is a SPARCstation 2 running
  13. SunOS 4.1.3.  After much time reading the documentation files and
  14. experimenting with various arguments to config, I've reached the point
  15. where I have an apparently useful compiler.  At least, I can compile a
  16. short test routine, download the resulting S-record file to the BCC, and
  17. see the expected results after running it.  The next stage of the process
  18. is to add some support routines specific to the BCC.  I don't need too
  19. terribly much -- mostly getc or getchar and printf for I/O, however some
  20. functions in the glibc/stdlib directory (i.e., atoi, atof, etc.) are 
  21. pretty much essential.  So far I've not found a supported configuration
  22. which matches the BCC environment, which isn't too surprising.  Before
  23. I set off to put all the pieces together myself, I was wondering if maybe
  24. someone hasn't tread this path before and can offer some assistance (or
  25. perhaps even a libc.a file).
  26.   In response to a similar request posted internally within Motorola,
  27. I did get one reply indicating that there's likely some help at
  28. http://lancelot.gcs.redstone.army.mil/rg4/rtems.html.  This information
  29. is of limited value to me, however, because we are firewalled from
  30. external web sites.
  31.   Any help will be appreciated.
  32.  
  33.                     -- MC --
  34. --
  35. mcollins@wdc.sps.mot.com
  36.